From c183207c57683ead848f005b62b2de0e99d17ba8 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 18 Mar 2018 22:05:40 +0100 Subject: [PATCH] Qt5 is required Qt4 cannot be used anymore - see https://sourceforge.net/p/gpsbabel/mailman/message/36264877/ --- xmldoc/chapters/build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmldoc/chapters/build.xml b/xmldoc/chapters/build.xml index 2d19f1410..4f7f5585d 100644 --- a/xmldoc/chapters/build.xml +++ b/xmldoc/chapters/build.xml @@ -35,8 +35,8 @@ You can grab a release from the Qt Downloads Fedora or CentOS users may need to 'yum install qt-devel'. Optionally, use qt5-base. When in doubt, 'yum search qt' or 'yum search qt5' can help you find the correct package name -Ubuntu users may need to 'apt-get install libqt4-core libqt4-dev'. -Qt versions 4.6 and newer are supported. +Ubuntu users may need to 'apt-get install qtbase5-dev'. +Qt versions 5.2 and newer are supported. libusb is recommended for OS/X and Linux if you want to use a USB Garmin or -- 2.30.2